-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dev docs] Add sample data tutorial. Closes #98297 #99252
Conversation
Pinging @elastic/kibana-operations (Team:Operations) |
@stacey-gammon should the original tutorial be removed? |
Awesome! I wouldn't remove it because the new dev docs are still private and the current tutorial is public. I think we should leave our entire asciidoc dev docs in a legacy state, maintenance-only mode, for the time being. |
LGTM, not sure how to verify the formatting. |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
dev_docs/tutorials/sample_data.mdx
Outdated
|
||
## Installation from the UI | ||
|
||
1) Navigate to the home page |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use "1." instead of "1)". Also, add an ending period to each step.
- Navigate to the home page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pushed with c98f1d5
dev_docs/tutorials/sample_data.mdx
Outdated
## Installation from the UI | ||
|
||
1) Navigate to the home page | ||
1) Click "Add data" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For UI components, we use bold instead of quotes:
- Click Add data.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pushed with c98f1d5
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with addition of ending period in numbered steps.
dev_docs/tutorials/sample_data.mdx
Outdated
|
||
## Installation from the UI | ||
|
||
1. Navigate to the home page |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a period after the end of each step both here and in the following section.
Navigate to the home page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Pushed with 60ff315.
💚 Build SucceededMetrics [docs]Unknown metric groupsReferences to deprecated APIs
History
To update your PR or re-run it, just comment with: |
) Co-authored-by: Kibana Machine <[email protected]>
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Jonathan Budzenski <[email protected]>
) Co-authored-by: Kibana Machine <[email protected]>
This adds a tutorial for adding sample data to the developer documentation.
Based on https://www.elastic.co/guide/en/kibana/master/sample-data.html